home *** CD-ROM | disk | FTP | other *** search
/ The Programmer Disk / The Programmer Disk (Microforum).iso / xpro / vb1 / pro17 / setprn.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1992-11-09  |  1.8 KB  |  59 lines

  1. LandPort
  2. SetPrn
  3. Form1
  4. Command3
  5. Setup Printer
  6. Command2
  7.     CMDialog1
  8. CommonDialog
  9. Command1
  10. Print Sample
  11. Command2_Click
  12.     Form_Load
  13. PD_ALLPAGES
  14. PD_SELECTION
  15. PD_PAGENUMS
  16. PD_NOSELECTIONL
  17. pd_nopagenums
  18. PD_COLLATEc
  19. PD_PRINTTOFILE=
  20. PD_PRINTSETUP
  21. PD_NOWARNING
  22. pd_returndc
  23. PD_RETURNIC
  24. PD_RETURNDEFAULT
  25. PD_SHOWHELP
  26. pd_usedevmodecopies|
  27. PD_DISABLEPRINTTOFILE
  28. PD_HIDEPRINTTOFILEW
  29.     CMDialog1
  30. Flags
  31.     cndialog1
  32. Action3
  33. Command1_Click
  34. printer
  35. cmdialog
  36. pc_printsetup
  37. Option3_Click"
  38. Option2_Click
  39. Option1_Click
  40. Command3_Click
  41. PrinterDefault
  42.     CMDialgo1r
  43. Flag for going directly to Printer Setup Dialog
  44. String for printingu
  45. Command1_Click
  46.  Prints Pre-defined string
  47. You MUST include a Printer.EndDoc before calling the Common Dialog.
  48. Command2_Click
  49. Command3_Click
  50. *This routine lets you call the Windows 3.1 Printer Setup dialog
  51. *The user can then set orientation, paper size, and other 
  52. *configuration options. Results become the new default.e
  53. '*program requires CMDIALOG.VBX and VBRUN200.DLL.
  54. Stores changes in WIN.INIn
  55. Jumps directly to Printer Setup dialog.
  56. Calls Common Dialog for Printer Setupl
  57. Printing in Manually Set Orientation.
  58. Required to actually reset printer
  59.